From a74f47b235b1875c2c54fd824a83687269a39aec Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 9 May 2013 17:06:16 +0200 Subject: [PATCH] configure: Don't check for indent indent was used in genmarshal.pl, which was removed in 2002 when gobject was created. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 702400939a..00e8cf0602 100644 --- a/configure.ac +++ b/configure.ac @@ -542,9 +542,6 @@ AM_CONDITIONAL(DISABLE_EXPLICIT_DEPS, test $enable_explicit_deps = no) AC_PATH_PROGS(PERL, perl5 perl) -# We would like indent, but don't require it. -AC_CHECK_PROG(INDENT, indent, indent) - REBUILD=\# if test "x$enable_rebuilds" = "xyes" && \ test -n "$PERL" && \ -- 2.30.2